home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 891 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  809 b 

  1. Path: news.rmii.com!usenet
  2. From: bmeardon@rmii.com (Brandon Meardon)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: stack overflow
  5. Date: Mon, 08 Jan 1996 06:41:30 GMT
  6. Organization: Rocky Mountain Internet Inc.
  7. Message-ID: <4cqe4n$oje@natasha.rmii.com>
  8. References: <1996Jan7.231111.111385@kuhub.cc.ukans.edu>
  9. NNTP-Posting-Host: slip858.rmii.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. moxu@kuhub.cc.ukans.edu wrote:
  13.  
  14. >    I ran a program but got a "stack overflow" running time error.
  15. >    Could anybody give some hints?
  16. >    Thanks in advance.
  17.  
  18. well, is this a program that you had made?.  If it is try to make your
  19. stack size larger, or cut down on things like recursive functions, or
  20. passing lager data types to other functions.
  21.  
  22. If you did not write this program, well....
  23. You are pretty much screwed.
  24.  
  25. Have fun,
  26.  
  27. Brandon
  28.  
  29.  
  30.